-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/issue 12033 url label #12959
Fix/issue 12033 url label #12959
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution @timwright12. The label change seems to be working and now we see "URL Slug" as shown in your screen shot. I fear some users may not know what "slug" means but I don't have a better idea.
cc: @jasmussen, @karmatosed as they may be able to provide some ideas.
package-lock.json
Outdated
@@ -11359,7 +11359,7 @@ | |||
}, | |||
"yargs": { | |||
"version": "11.1.0", | |||
"resolved": "http://registry.npmjs.org/yargs/-/yargs-11.1.0.tgz", | |||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-11.1.0.tgz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this URL changes may be unintentional? If they are intentional maybe we can do the update to https in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jorgefilipecosta I think that just happened on the npm install, but I can manually revert it if it's a concern
I agree "slug" isn't the best word. "Link title (URL slug)" might work better? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* merge from upstream * local save * darked focus state outline for block lists * sasve * updated permalink labelling * reverted package lock * updated label and added helper link * post link text update * Update index.js
* merge from upstream * local save * darked focus state outline for block lists * sasve * updated permalink labelling * reverted package lock * updated label and added helper link * post link text update * Update index.js
Description
Fixes #12033
How has this been tested?
Browser
Local Unit
Local e2e
Screenshots
Types of changes
Bug fix/suggestion to update the permalink label to be more descriptive
Checklist: